﻿@charset "utf-8";
html,
body,
.body {
	width: 100%;
	height: 100%;
}
body{
	overflow: hidden;
	background: #fff3c5 url(../img/bg.jpg) no-repeat left top;
	background-size: 100% auto;
}
.origin_scale{
	-ms-transform-origin:50% 0%;
	-o-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-webkit-transform-origin:50% 0%;
  	transform-origin:50% 0%;
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
}

.bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bg_img .img1 {
	width: 100%;
	opacity: 0.37;
}

.bg_img .txt_bg_con {
	position: relative;
}

.bg_img .txt_bg {
	width: 100%;
	position: relative;
	top: -0.85rem;
}

.bg_img .txt_con {
	position: absolute;
	top: -0.85rem;
	left: 0;
	width: 100%;
}

.bg_img .img3 {
	position: relative;
	width: 65%;
	margin: auto;
	margin-top: -0.32rem;
}

#swiper-container-honor {
	width: 81%;
	position: relative;
	top: -0.1rem;
}

#swiper-container-honor .swiper-slide {
	width: 50%;
}

.bg_img .swi_img {
	width: 100%;
}
.bg_img .img4{
	width: 29%;
	margin: auto;
	margin-top: 0.1rem;
	
}
.bg_img .btn {
	position: absolute;
	bottom: 1.3rem;
	left: 50%;
	width: 53.6%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg_img .btn .btn_img{
	width: 100%;
}

.bg_img .star {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	opacity: 0.57;
}

.top_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.top_content .logo {
	width: 32%;
	margin: auto;
	margin-top: 0.5rem;
}

.top_content .img2 {
	width: 76.5%;
	margin: auto;
	margin-top: 0.38rem;
}